home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _printapps / printapps / _maillabel / !MAILLABEL / !RUN < prev    next >
Text File  |  1992-05-07  |  930b  |  34 lines

  1. |********* !Run File For !MailLabel
  2. | By Toby Smith (TctS)
  3.  
  4. WimpSlot -Min 80K -Max 82K
  5.  
  6. |When BasicCrunched, MakeApp'd And Squeezed
  7. |It will run in 48K
  8. |WimpSlot -Min 48K -Max 48K
  9.  
  10. Set MailLabel$Dir <Obey$Dir>
  11.  
  12. Iconsprites <MailLabel$Dir>.!Sprites
  13.  
  14. Set Alias$@RunType_010 Run <Obey$Dir>.!Run -Load %%*0
  15. Set File$Type_010 MailLabelDATA
  16. Set File$Type_D0B Configuration
  17.  
  18. |Locate the System directory
  19. if "<System$Path>" = "" then error 0 System Resources cannot be located. MailLabel wants Colours & Clib 
  20. RMEnsure ColourTrans 0 RMLoad SYSTEM:Modules.Colours
  21.                     
  22. |***************  NOTHING ABOVE THIS SHOULD BE ALTERED *********************
  23.  
  24. |Select the font you wish to use for RiscOS printout
  25. Set MailLabel$BaseFont Trinity.Medium
  26. Set MailLabel$BoldFont Trinity.Bold
  27.  
  28. |Set this flag if Interactive Help is/is not required
  29. |Save on time and memory if not used!
  30. Set HelpWanted TRUE
  31.  
  32. Run <MailLabel$Dir>.!RunImage %*0
  33.  
  34.